Skip to content

Commit

Permalink
commands.edit:grp_edit - update info on @file operator
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jan 8, 2025
1 parent 86175a5 commit d7f5fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiarch/commands/edit/edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def grp_edit():
@like toggles LIKE syntax for the values following it in the same column.
@file toggles file reading for the values following it in the same column: each
value will be considered as a file path and values will be read from the lines
in the given file (@null, @notnull, @true, and @false in files are not supported).
in the given file (@null, @notnull, @true, @false, and @like are not supported when using @file).
Changing to a new @<field> resets like and file toggles. Values for the same
column will be matched with OR logic, while values from different columns will
be matched with AND logic.
Expand Down

0 comments on commit d7f5fe3

Please sign in to comment.