Skip to content
Snippets Groups Projects
Commit 2cdf6a78 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

simple-command: fix docstrings being comments

parent 0b2c9547
No related branches found
No related tags found
1 merge request!37general improvements
Pipeline #94689 passed
......@@ -100,6 +100,6 @@
/// overwrite the global `simple-command.cwd` variable. Behave the same.
cwd: String?
// return code that should be considered a success
/// return code that should be considered a success
acceptable_return_codes: Listing<Int>?
......@@ -104,6 +104,6 @@
acceptable_return_codes: Listing<Int>?
// additional constraint on when this variant can be used
/// additional constraint on when this variant can be used
constraints: Constraints?
/// render as "v0" format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment