Add the format for the date in documentation
This commit is contained in:
parent
f3d699f14a
commit
afd499b0ed
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class Traveloob(ReplApplication):
|
||||||
departures STATION [ARRIVAL [DATE]]]
|
departures STATION [ARRIVAL [DATE]]]
|
||||||
|
|
||||||
List all departures for a given station.
|
List all departures for a given station.
|
||||||
|
The format for the date is "yyyy-mm-dd HH:MM" or "HH:MM".
|
||||||
"""
|
"""
|
||||||
station, arrival, date = self.parse_command_args(line, 3, 1)
|
station, arrival, date = self.parse_command_args(line, 3, 1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue