libAtoms / abcd

2 stars 4 forks source link

Supporting "default" query options before the commands #44

Closed fekad closed 5 years ago

fekad commented 5 years ago

Syntax:

abcd -q <query> -q <query> ... command -q<query> -q<query> ...

Example:

abcd summary -p energy -q 'energy>-700.84'

should be equvivalent to:

abcd -q 'energy>-700.84' summary -p energy