Skip to content

Commit d78f201

Browse files
authored
Update externs.md (#813)
grammar fixes
1 parent ba25de7 commit d78f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/externs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Externs
22

3-
Calling external commands is a fundamental part of using Nushell as a shell (and often using Nushell as a language). There's a problem, though, commands outside of Nushell means that Nushell can't help with finding errors in the call, or completions, or syntax highlighting.
3+
Calling external commands is a fundamental part of using Nushell as a shell (and often using Nushell as a language). There's a problem, though: Nushell can't help with finding errors in the call, completions, or syntax highlighting with external commands.
44

55
This is where `extern` comes in. The `extern` keyword allows you to write a full signature for the command that lives outside of Nushell so that you get all the benefits above. If you take a look at the default config, you'll notice that there are a few extern calls in there. Here's one of them:
66

0 commit comments

Comments
 (0)