mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
trivial: various superficial fixes
misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion core/commands/mount_unix.go: ensure error is not nil before printing it contribute.md: fix bibliography indexing in example core/commands/swarm.go: change tabs to spaces in USAGE message *: 80-column readability improvements License: MIT Signed-off-by: Thomas Gardner <tmg@fastmail.com>
This commit is contained in:
@ -57,7 +57,7 @@ type cmdInvocation struct {
|
||||
|
||||
// main roadmap:
|
||||
// - parse the commandline to get a cmdInvocation
|
||||
// - if user requests, help, print it and exit.
|
||||
// - if user requests help, print it and exit.
|
||||
// - run the command invocation
|
||||
// - output the response
|
||||
// - if anything fails, print error, maybe with help
|
||||
|
Reference in New Issue
Block a user