Add --apply example
This commit is contained in:
parent
36beb59d15
commit
fce48f1e4c
|
@ -7,6 +7,7 @@ Examples,
|
||||||
refine --list # show list of Refine projects, ID: name
|
refine --list # show list of Refine projects, ID: name
|
||||||
refine --export 1234... > project.tsv
|
refine --export 1234... > project.tsv
|
||||||
refine --export --output=project.xls 1234...
|
refine --export --output=project.xls 1234...
|
||||||
|
refine --apply trim.json 1234...
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.
|
# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue