You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the help for various ockam command we're adding examples.
For example ockam
Also try:
ockam secure-channel create --help
Desired
The examples section, which is usually made of shell commands, we want to make it have colors.
Syntect seems like a good crate to use for this, but there may be others https://crates.io/crates/syntect
We love helping new contributors! If you have questions or need help as you work on your first Ockam contribution, please leave a comment on this discussion. If you're looking for other issues to contribute to, checkout this discussion and labels -
good first issue
or
help wanted
The text was updated successfully, but these errors were encountered:
Currently
In the help for various ockam command we're adding examples.
For example
ockam
Also try:
Desired
The examples section, which is usually made of shell commands, we want to make it have colors.
Syntect seems like a good crate to use for this, but there may be others
https://crates.io/crates/syntect
The code for the above example is here https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_command/src/lib.rs#L64-L77
We love helping new contributors!
If you have questions or need help as you work on your first Ockam contribution, please leave a comment on this discussion.
If you're looking for other issues to contribute to, checkout this discussion and labels - good first issue or help wanted
The text was updated successfully, but these errors were encountered: