albertony
|
50aebcf403
|
docs: replace references to genautocomplete with the new name completion
|
2024-08-08 13:34:10 +01:00 |
|
Nick Craig-Wood
|
51a468b2ba
|
genautocomplete: rename to completion with alias to old name
This brings it into line with cobra's naming scheme and stops cobra
writing another "completion" command which doesn't work as well which
confuses users.
See: https://forum.rclone.org/t/rclone-genautocomplete-bash-vs-rclone-completion-bash-neither-works-fully/38431
|
2023-05-25 14:32:40 +01:00 |
|
albertony
|
6d18f60725
|
docs: add minimum versions to the command pages
|
2022-12-03 18:58:55 +01:00 |
|
albertony
|
555def2da7
|
build: add package comments to silence revive linter
|
2022-08-28 13:43:51 +02:00 |
|
albertony
|
53f831f40a
|
docs: add missing code section formatting to commands and flags
|
2022-06-21 23:43:00 +02:00 |
|
Nick Craig-Wood
|
57d5de6fba
|
build: fix up package paths after repo move
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
|
2019-07-28 18:47:38 +01:00 |
|
bpicode
|
f1f7e0e6f9
|
support for zsh auto-completion - #983
|
2017-08-31 16:21:28 +01:00 |
|
Nick Craig-Wood
|
5e35aeca9e
|
Regularize the command definition names
|
2016-12-03 09:08:40 +00:00 |
|
Nick Craig-Wood
|
e27b91ffb8
|
Factor each commmand into its own package
|
2016-08-05 17:13:54 +01:00 |
|