You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/externs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Notice that the syntax here is similar to that of the `def` keyword when definin
35
35
36
36
This implementation:
37
37
38
-
- Will provide `-p` and `-i` (with descriptions) as possibly completions for `ssh -`.
38
+
- Will provide `-p` and `-i` (with descriptions) as possible completions for `ssh -`.
39
39
- Will perform parse-time type checking. Attempting to use a non-`int` for the port number will result in an error (and error-condition syntax highlighting).
40
40
- Will offer parse-time syntax highlighting based on the shapes of the arguments.
41
41
- Will offer any private key files in `~/.ssh` as completion values for the `-i` (identity) option
0 commit comments