Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Add bash completion for truffle commands #347

Closed
1 task done
LogvinovLeon opened this issue Feb 6, 2017 · 1 comment
Closed
1 task done

Add bash completion for truffle commands #347

LogvinovLeon opened this issue Feb 6, 2017 · 1 comment

Comments

@LogvinovLeon
Copy link
Contributor

LogvinovLeon commented Feb 6, 2017


Issue

truffle does not support bash completion

Steps to Reproduce

truffle ver<Tab>

Expected Behavior

truffle ver<Tab> -> truffle version

Actual Results

truffle ver<Tab> -> truffle ver

Environment

  • Operating System: macos
  • Truffle version: 3.1.1
  • Ethereum client: N/A
  • node version: N/A
  • npm version: N/A
@tcoulter
Copy link
Contributor

Tab completion is a environment-specific feature and exists outside of the Truffle executable itself. Instead of supporting just bash, we'll instead add short-letter aliases for existing commands. See #491.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants