We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reread it and update it. Examples could also be a bit more comprehensive, they seem a bit too minimal.
--local-cwd
--file-cwd
--stream
Dir.pwd
-
stdin
--
echo __FILE__ | seeing_is_believing echo __FILE__ | seeing_is_believing --local-cwd
-I
-r
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reread it and update it. Examples could also be a bit more comprehensive, they seem a bit too minimal.
--local-cwd
should probably be named--file-cwd
--stream
, link to a list of eventsDir.pwd
, as well.-
for filename to meanstdin
(it's redundant, but more consistent with other programs)--
to tell SiB to quit reading args and set them as the program's ARGV--local-cwd
, this example would probably be better:-I
and-r
, specify how they deal with relative pathsThe text was updated successfully, but these errors were encountered: