summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/complete.py
Commit message (Expand)AuthorAgeFilesLines
* Use collections.abc for Mapping, Iterablecoldtom/collectionsThomas Coldrick2019-01-031-2/+2
* _frontend/complete.py: Fixing new (simplifiable-if-expression) linter errorTristan Van Berkom2018-12-261-1/+1
* Introduce new "source" command groupChandan Singh2018-12-141-2/+5
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* complete.py: Ensure paths get completed from 'element-path'mablanch/448-autocompletion-broken-defaultsMartin Blanchard2018-08-011-3/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* _frontend/cli.py: Allow specifying commands in `bst help`Tristan Van Berkom2018-06-071-4/+5
* _frontend: remove unused 'ctx' param from overrideAngelos Evripiotis2018-01-311-7/+5
* _frontend: more doc on parametersAngelos Evripiotis2018-01-311-5/+11
* Remove unused importsGökçen Nurlu2017-12-071-5/+2
* _frontend/complete.py: Fixing completions of subdirectory trees in element su...Tristan Van Berkom2017-09-051-4/+17
* _frontend/complete.py: Return whether completions were handled instead of exi...Tristan Van Berkom2017-09-051-34/+6
* _frontend: Fixed yesterdays build breakage.Tristan Van Berkom2017-08-281-69/+46
* complete.py: Enhanced to complete bst filesTristan Van Berkom2017-08-281-24/+72
* _frontend/complete.py: Added new custom bash completions modulesTristan Van Berkom2017-08-281-0/+308