mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
add comment to clarify why disembodied variables are here
This commit is contained in:
parent
8fcd3a5c69
commit
666a02a32d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ def when_we_change_directory(directory_name):
|
||||||
os.chdir(directory_name)
|
os.chdir(directory_name)
|
||||||
|
|
||||||
|
|
||||||
|
# These variables are used in the `@when(re(...))` section below
|
||||||
command = '(?P<command>[^"]+)'
|
command = '(?P<command>[^"]+)'
|
||||||
input_method = "(?P<input_method>enter|pipe)"
|
input_method = "(?P<input_method>enter|pipe)"
|
||||||
user_input = '(?P<user_input>[^"]+)'
|
user_input = '(?P<user_input>[^"]+)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue