docs: record pull --all parity support
This commit is contained in:
@@ -35,7 +35,7 @@ Implemented commands:
|
|||||||
- `link [CASTLE]`
|
- `link [CASTLE]`
|
||||||
- `unlink [CASTLE]`
|
- `unlink [CASTLE]`
|
||||||
- `track FILE [CASTLE]`
|
- `track FILE [CASTLE]`
|
||||||
- `pull [CASTLE]`
|
- `pull [--all|CASTLE]`
|
||||||
- `push [CASTLE]`
|
- `push [CASTLE]`
|
||||||
- `commit -m MESSAGE [CASTLE]`
|
- `commit -m MESSAGE [CASTLE]`
|
||||||
- `destroy [CASTLE]`
|
- `destroy [CASTLE]`
|
||||||
@@ -74,7 +74,7 @@ Command parity:
|
|||||||
|
|
||||||
Historical flag/behavior parity:
|
Historical flag/behavior parity:
|
||||||
|
|
||||||
- [ ] `pull --all`
|
- [x] `pull --all`
|
||||||
- [ ] `rc --force`
|
- [ ] `rc --force`
|
||||||
- [ ] Evaluate whether global `pretend`/`quiet` modes should be restored
|
- [ ] Evaluate whether global `pretend`/`quiet` modes should be restored
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
|
|||||||
- `rc` command: when a `.homesickrc` file exists and no `parity.rb` wrapper is present in `.homesick.d/`, a Ruby wrapper script (`parity.rb`) is generated automatically to preserve backwards compatibility. An existing `parity.rb` is never overwritten.
|
- `rc` command: when a `.homesickrc` file exists and no `parity.rb` wrapper is present in `.homesick.d/`, a Ruby wrapper script (`parity.rb`) is generated automatically to preserve backwards compatibility. An existing `parity.rb` is never overwritten.
|
||||||
- `exec` command: runs a shell command inside the target castle root directory.
|
- `exec` command: runs a shell command inside the target castle root directory.
|
||||||
- `exec_all` command: runs a shell command inside each cloned castle root directory in sorted order.
|
- `exec_all` command: runs a shell command inside each cloned castle root directory in sorted order.
|
||||||
|
- `pull --all` support: pulls updates for every cloned castle in sorted order.
|
||||||
- Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, `push`, `commit`, `destroy`, `cd`, `open`, and `generate`.
|
- Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, `push`, `commit`, `destroy`, `cd`, `open`, and `generate`.
|
||||||
- Containerized behavior test suite for command parity validation.
|
- Containerized behavior test suite for command parity validation.
|
||||||
- Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`.
|
- Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`.
|
||||||
|
|||||||
Reference in New Issue
Block a user