Skip to content

Commit 87b156f

Browse files
authored
Merge pull request #645 from jooste/master
Add DCT synonym for DIRECT command
2 parents 287ce80 + 2f18814 commit 87b156f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bluesky/traffic/route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def addwpt(self, iac, name, wptype, lat, lon, alt=-999., spd=-999., afterwp="",
10241024

10251025
return idx
10261026

1027-
@stack.command(aliases=("DIRECTTO", "DIRTO"))
1027+
@stack.command(aliases=("DIRECTTO", "DIRTO", "DCT"))
10281028
@staticmethod
10291029
def direct(acidx: 'acid', wpname: 'wpinroute'):
10301030
"""DIRECT acid wpname

0 commit comments

Comments
 (0)