-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Also generate completions from KDL/JSON/YAML (#12)
* refactor: Use serde for deserializing JSON * feat: Deserialize to KDL (untested) * (refactor, tests): Move man tests to resources/man * tests: Make json version of test1 * style: Use impl instead of explicit type params * style: heed some clippy lints * ci: Allow missing panic doc (clippy) * Start on parse_deser module * feat: implement basic KDL parsing * Make parse_from_str take InputFormat enum instead of ext * feat: make both commands available under CLI * Add ArgType enum to use later * Rename package to gen-completions
- Loading branch information
Showing
45 changed files
with
1,210 additions
and
1,057 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ target/ | |
# Nix | ||
result/ | ||
|
||
tests/resources/tmp/ | ||
tests/**/tmp/ |
Oops, something went wrong.