summaryrefslogtreecommitdiff
path: root/tools/command.h
Commit message (Expand)AuthorAgeFilesLines
* commands: use AUTOTYPE in definitionsDavid Teigland2021-04-211-0/+4
* cmdline: use binary searchZdenek Kabelac2021-03-021-0/+1
* cmdline: drop MAX and check NULLZdenek Kabelac2021-03-021-2/+0
* fix command definition for pvchange -aDavid Teigland2019-06-101-1/+11
* cleanup: fix some typosEric Ren2017-07-101-1/+1
* commands: fix memory debug for cmd defsDavid Teigland2017-05-011-1/+1
* tools: Reinstate lvm script processing.Alasdair G Kergon2017-03-231-1/+1
* commands: clean up and unify signed option value handlingDavid Teigland2017-03-081-0/+2
* commands: combine duplicate arrays for lv types and propsDavid Teigland2017-03-081-0/+19
* commands: combine duplicate arrays for opt and valDavid Teigland2017-03-081-0/+24
* help: avoid end notes repetition in lvm help allDavid Teigland2017-03-081-1/+1
* man/help: rework extents and size outputDavid Teigland2017-03-031-0/+1
* help: print info about special options and variablesDavid Teigland2017-03-021-0/+1
* commands: adjust syntax error messageDavid Teigland2017-03-021-1/+1
* man/help: use separate common option listsDavid Teigland2017-02-211-1/+2
* commands: adjust default help outputDavid Teigland2017-02-211-1/+2
* cleanup: use constZdenek Kabelac2017-02-201-1/+1
* lvconvert: include swap behavior in generic pool syntaxDavid Teigland2017-02-171-1/+2
* commands: track errors in command def parsingDavid Teigland2017-02-161-0/+1
* coverity cleanupsDavid Teigland2017-02-141-3/+3
* commands: skip parsing command defs for other command namesDavid Teigland2017-02-141-1/+1
* commands: move command def parsing into lvm binaryDavid Teigland2017-02-131-10/+26
* command struct: remove command name refsDavid Teigland2017-02-131-4/+0
* command.h comment tidyingDavid Teigland2017-02-131-8/+6
* commands: new method for defining commandsDavid Teigland2017-02-131-0/+207