mirror of
https://github.com/nushell/nushell.git
synced 2024-12-21 06:32:25 +01:00
lint: remove trailing whitespace (#806)
This commit is contained in:
parent
6fa022b0a8
commit
e1272f3b73
@ -45,7 +45,7 @@ impl Command for SubCommand {
|
||||
Some('p'),
|
||||
)
|
||||
.named("timeout", SyntaxShape::Int, "timeout period in seconds", Some('t'))
|
||||
.switch("raw", "fetch contents as text rather than a table", Some('r'))
|
||||
.switch("raw", "fetch contents as text rather than a table", Some('r'))
|
||||
.filter()
|
||||
.category(Category::Network)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user