mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Add short version of --kill option (--k)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-01-12 DariusIII
|
||||
* Chg: Add short version of --kill option (--k)
|
||||
* Chg: Update tmux-ui:stop command to use --kill option if tmux session needs to be killed
|
||||
* Fix: Fix config/nntmux.php db_name value (Fixes issue #841)
|
||||
* Chg: Update Vue to version 2.5.22
|
||||
|
||||
@@ -14,7 +14,7 @@ class TmuxUIStop extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'tmux-ui:stop {--kill}';
|
||||
protected $signature = 'tmux-ui:stop {--k|kill : kill the session}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
||||
Reference in New Issue
Block a user