-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to output in JSON, YAML, ENV * Deprecated short output (was also not really consistent and has a weird format) * Simplified adding a device in device_registry.c * Added a test device with --test-device * Reworked main.c: * Print device table as markdown using --readme-helper * When a device is connected, help now only shows commands for this device * Added --help-all * Removed all output from main.c * Reworked logic for calling device features * Added asprintf and reqired vacopy check
- Loading branch information
Showing
16 changed files
with
1,727 additions
and
332 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,7 +1,9 @@ | ||
build/ | ||
src/version.h | ||
|
||
.idea/ | ||
cmake-build-debug/ | ||
.codechecker/ | ||
|
||
.vscode/* | ||
*.code-workspace | ||
|
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
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
Oops, something went wrong.