-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend basic_cli example with more cmd line arguments (#71)
* refactor: workflow file Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> * refactor: small update in doc & README Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> * expand ublox-cli example with more cli-args Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> --------- Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
488 additions
and
246 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[workspace] | ||
exclude = ["target"] | ||
members = ["*"] | ||
resolver = "2" |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
examples/basic_cli/Cargo.toml → examples/ublox-cli/Cargo.toml
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.