-
Notifications
You must be signed in to change notification settings - Fork 0
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 <[email protected]> * refactor: small update in doc & README Signed-off-by: Andrei Gherghescu <[email protected]> * expand ublox-cli example with more cli-args Signed-off-by: Andrei Gherghescu <[email protected]> --------- Signed-off-by: Andrei Gherghescu <[email protected]>
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Lane Kolbly <[email protected]>"] | ||
edition = "2018" | ||
name = "ublox_cli" | ||
authors = ["Lane Kolbly <[email protected]>", "Andrei Gherghescu <[email protected]>"] | ||
edition = "2021" | ||
name = "ublox-cli" | ||
publish = false | ||
rust-version = "1.70" | ||
version = "0.1.0" | ||
|
Oops, something went wrong.