-
Notifications
You must be signed in to change notification settings - Fork 399
Wip/bewest/help output #87
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
Conversation
…-utils Catch up to dev. Conflicts: bin/oref0-determine-basal.js bin/oref0-pebble.js
Make the bashisms like more traditional function definitions work. Fixes some syntax errors for things that work in bash but not sh.
|
Bringing branch up to date with This mainly tries to make sure that every single tool does something simple when |
This can now autoconfigure a basic CRUD via ns-upload and ns-get so that they both work under the same config. Should make setting up some NS things a bit easier.
| SENSITIVITIES=${4-monitor/insulin-sensitivities.json} | ||
| TARGETS=${5-monitor/bg-targets.json} | ||
| OUTPUT=${6-settings/ns-profile.json} | ||
| OUTPUT=${6-/dev/fd/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.
What is this change?
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.
Where to cat the results (- aka, stdout is also named /dev/fd/1) Many tools allow for an --output - or any other file, this is the bashism to do that.
|
One question (line comment) on bin/mm-format-ns-profile.sh. Otherwise 👍 |
stub out openaps template generator
Wip/bewest/autoconfigure ns
Bless all tools with
-hflag.Allows using something like this to generate docs: