-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correct issues with arguments to rinex-cli's identify command Fixes several errors that are encountered when trying to use the identify command: - The "all" and "anomalies" arguments were using the same short option identifier 'a'. The former has been renamed to 'A'. - The "header" argument had a short option identifier 'h' that conflicted with the implicit "help". The short option has been removed for "header". - The "station" argument was duplicated in its entirety Fixes: 6fc9190 * Correct issues with arguments to rinex-cli's graph command A runtime error is encountered when trying to use this command because there is no "no-graph" option anymore that these commands conflict with. Fixes: 6fc9190 * Correct issue with using rx-ecef and rx-geo options Rust panics with a variation of following error when trying to pass either of these options to rinex-cli: ~~~ Mismatch between definition and access of `rx-ecef`. Could not downcast to &alloc::string::String, need to downcast to alloc::string::String ~~~ Fixes: 6fc9190
- Loading branch information
Showing
3 changed files
with
3 additions
and
13 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