Add --apply example

This commit is contained in:
Paul Makepeace 2011-05-27 01:56:18 +01:00
parent 36beb59d15
commit fce48f1e4c
1 changed files with 1 additions and 0 deletions

View File

@ -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.