Skip to content

Commit

Permalink
add long form alias
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 17, 2022
1 parent 66e4b2d commit 3483102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cylc/flow/scripts/cylc.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ def get_version(long=False):
'shutdown': 'stop',
'task-message': 'message',
'unhold': 'release',
'validate-install-play': 'vip'
'validate-install-play': 'vip',
'validate-reinstall-reload': 'vro',
}


Expand Down
3 changes: 1 addition & 2 deletions cylc/flow/scripts/validate_reinstall_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"""

from typing import TYPE_CHECKING, Optional

from typing import TYPE_CHECKING

from cylc.flow.scripts.validate import (
VALIDATE_OPTIONS,
Expand Down

0 comments on commit 3483102

Please sign in to comment.