feat(cmd/tblconv): allow inlining of subcommand args
Opened this issue · 0 comments
Zaba505 commented
Currently, to convert a csv file into sql the following must be used:
tblconv csv into sql data.csv
The csv source data file must be specified at the end which I don't believe to be the most intuitive user experience. A better implementation would be allowing for args to be in lined along with subcommands. For example,
tblconv csv data.csv into sql