delete
The delete command removes a bookmark by its alias. By default, it will prompt for confirmation before deleting.
Example
Section titled “Example”~/foo$ bookmark # create alias "f" that points to ~/foo
~/foo$ bookmark delete f # delete alias "f"bookmark delete <alias>| Flag | Type | Description |
|---|---|---|
| -c, –config | string | config file path |
| -f, –force | bool | skip confirmation |
Source
Section titled “Source”See delete_cmd.go for implementation details.