CLI Command Syntax Design #9
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Currently there's an ambiguity with
where
list
could be interpreted as a command or a language. Currently it's a command, but whenever a language with the same name would appear (and conversely, if a new command named like an existing language appears) there could be some troubles with e.g. some scripts invokingbliss
.Commands and languages should be separated, possible options (please edit if you have other ideas):
bliss --cache
(bonus: shortened commands, i.e.bliss -c
bliss --lang rust
lang
command, like this:bliss lang rust,python
The text was updated successfully, but these errors were encountered: