-
Notifications
You must be signed in to change notification settings - Fork 42
Document CLI #1962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document CLI #1962
Conversation
@@ -79,7 +79,7 @@ def print_usage | |||
puts " cli bridgesetup CONFIG_FILENAME # Create a default config file" | |||
puts " cli pkginstall PKGFILENAME SCOPE # Install loaded package (Ruby gem or python package)" | |||
puts " cli pkguninstall PKGFILENAME SCOPE # Uninstall loaded package (Ruby gem or python package)" | |||
puts " cli rubysloc # Counts Ruby SLOC recursively. Run with --help for more info." | |||
puts " cli rubysloc # DEPRECATED: Please use scc (https://github.com/boyter/scc)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should support because scc is so much better and we don't even support Python
@@ -1,5 +1,5 @@ | |||
--- | |||
sidebar_position: 5 | |||
sidebar_position: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this to 1 because key-concepts is important to read before installation. It's just the order in the drop down ... no links have changed.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1962 +/- ##
==========================================
- Coverage 76.68% 76.65% -0.03%
==========================================
Files 628 628
Lines 46541 46547 +6
Branches 755 755
==========================================
- Hits 35688 35679 -9
- Misses 10770 10785 +15
Partials 83 83
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
```bash | ||
% openc3.sh cli load openc3-cosmos-test-1.0.0.gem | ||
Installing openc3-cosmos-test-1.0.0.gem | ||
Successfully installed openc3-cosmos-test-1.0.0.gem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a copy and paste error but I had issues running load and list that might need an update before merging.
|
closes #1933