Docs about RunMe CLI run <command>
are unclear
#633
Labels
documentation
Improvements or additions to documentation
run <command>
are unclear
#633
The documentation about how to run commands directly isn't that clear.
Specifically this section
https://docs.runme.dev/how-runme-works/cli#running-commands-directly
In particular there are a couple things that aren't clear
For context, I was trying to figure out how the
test
rule in vsode-runme workshttps://github.com/stateful/vscode-runme/blob/1dbf5f1fb8f7a2d64fc6d811b6d7d5f13b500dbd/package.json#L1067
That runs the command
runme run test
. It looks like the command argument is matching cell names inCONTRIBUTING.md
. Its not entirely clear to me how the CLI knows to look atCONTRIBUTING.md
. I assume its looking at all markdown files. This is non obvious because the default for "--filename" is README.md so my initial assumption was that it looks at README.md in which case I didn't understand how it was finding the cells to execute.The text was updated successfully, but these errors were encountered: