File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,9 +300,9 @@ Nu works with data piped between two external commands in the same way as other
300300The Basics section above describes how commands can be combined in pipelines as input, filters, or output.
301301How you can use commands depends on what they offer in terms of input/output handling.
302302
303- You can check what a command supports with ` help <command name> ` , which shows the relevant * Input/output types* .
303+ You can check what a command supports with [ ` help <command name> ` ] ( /commands/docs/help.md ) , which shows the relevant * Input/output types* .
304304
305- For example, through ` help first ` we can see that the ` first ` command supports multiple input and output types:
305+ For example, through ` help first ` we can see that the [ ` first ` command] ( /commands/docs/first.md ) supports multiple input and output types:
306306
307307``` nu
308308> help first
3233231
324324```
325325
326- As another example, the ` ls ` command supports output but not input:
326+ As another example, the [ ` ls ` command] ( /commands/docs/ls.md ) supports output but not input:
327327
328328``` nu
329329> help ls
@@ -349,7 +349,7 @@ Note that this only works if `$in` matches the argument type. For example, `[dir
349349
350350Other commands without default behavior may fail in different ways, and with explicit errors.
351351
352- For example, ` help sleep ` tells us that ` sleep ` supports no input and no output types:
352+ For example, ` help sleep ` tells us that [ ` sleep ` ] ( /commands/docs/sleep.md ) supports no input and no output types:
353353
354354``` nu
355355> help sleep
You can’t perform that action at this time.
0 commit comments