📝 Add explanations for channel rename/switch commands
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
Q4SVMHAERemoving --channel from the changes command - [4]
53SC53QWAdding --force to reset/switch, to ignore name conflicts - [5]
VQPAUKBQchannel switch as an alias to reset
Change contents
- replacement in pijul/src/commands/channel.rs at line 28
Rename { from: String, to: Option<String> },Rename {/// Name of source channel, if [TO] is not specified, acts as TOfrom: String,/// New name of the channel to rename to.to: Option<String>,}, - edit in pijul/src/commands/channel.rs at line 38
/// Name of the channel to switch to. If not specified, defaults to current channel.