Open JoshCheek opened 5 years ago
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
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 paths