fixed typos.
This commit is contained in:
parent
9428a36240
commit
7912b0fd37
|
@ -262,7 +262,7 @@ Input/output types:
|
||||||
|
|
||||||
(the input/output table at the bottom has to do with how the command is used in
|
(the input/output table at the bottom has to do with how the command is used in
|
||||||
a pipeline, and is covered in more detail in the
|
a pipeline, and is covered in more detail in the
|
||||||
[book](https://www.nushell.sh/book/command_signature.html)
|
[book](https://www.nushell.sh/book/command_signature.html))
|
||||||
|
|
||||||
This addition of easy argument parsing makes it incredibly convenient to add
|
This addition of easy argument parsing makes it incredibly convenient to add
|
||||||
command line arguments to your scripts and functions, something that is anything
|
command line arguments to your scripts and functions, something that is anything
|
||||||
|
@ -359,7 +359,7 @@ def recently-modified [
|
||||||
|
|
||||||
{{<highlight sh "linenos=false">}}
|
{{<highlight sh "linenos=false">}}
|
||||||
> use recently-modified.sh
|
> use recently-modified.sh
|
||||||
> recently-modifiued --cutoff '2 weeks ago' ./
|
> recently-modified --cutoff '2 weeks ago' ./
|
||||||
{{</highlight>}}
|
{{</highlight>}}
|
||||||
|
|
||||||
Its certainly not the most ergonomic, but seems to be the best way at the moment
|
Its certainly not the most ergonomic, but seems to be the best way at the moment
|
||||||
|
|
Loading…
Reference in a new issue