-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add back in tests from old tabry (and fix indent on multi-line strings)
- Loading branch information
1 parent
45d28d2
commit dada7df
Showing
7 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
TODO before "public announcement" | ||
* fish and nix support merged | ||
* zsh support/testing | ||
* go through TODOs | ||
* get remaning example tests from ruby working | ||
* go through TODOs and do important ones | ||
* combining the three includes (sub, arg, flag) in the JSON format would be great | ||
--- | ||
* put on cargo | ||
* more examples / language reference in this repo. | ||
* bump version number and add deb | ||
* better instructions for installing (build from source, cargo, nix, deb) | ||
|
||
-- very soon after | ||
* flags like -abc -> -a, -b, -c | ||
|
||
-- soon after | ||
* tests to 80% coverage (goal 100% eventually) | ||
* more TODOs from code | ||
* documentation about using the tabry gem + "completion json" for speedy tab complteion, and in tabry | ||
* set up github automated tests | ||
* I think I need to use bytes instead of strings for reading argv | ||
|
||
-- much later | ||
* actually use argument names, titles, and descriptions -- probably a'help' thing? although I'm not sure of the use without a CLI library | ||
* CLI library? compile to clap (requires types)? not sure of the future |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters