aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Move completion code to a separate fileTrygve Aaberge2024-02-201-3/+3
|
* Set options value to True if it's set without a valueTrygve Aaberge2024-02-181-3/+3
| | | | | | | It became very confusing to use None to represent it being set without a value, so use True instead. If it has a value it will always be a string, so you can still distinguish between an option without a value and an option with a truthy value.
* Add command to list workspacesTrygve Aaberge2024-02-181-1/+27
|
* Add command to add workspaceTrygve Aaberge2024-02-181-0/+13