tty icon indicating copy to clipboard operation
tty copied to clipboard

Toolkit for developing sleek command line apps.

Results 13 tty issues
Sort by recently updated
recently updated
newest added

(This issue may be related to https://github.com/piotrmurach/tty/issues/78.) `teletype new` does not seem to be getting the argument input on the command line. Here is the session: ``` > gem uninstall...

### Describe the problem Bundling a project with this gem and bundler 2 yields the following error: ``` Bundler could not find compatible versions for gem "bundler": In Gemfile: tty...

enhancement

### Are you in the right place? * For issues or feature requests file a GitHub issue in this repository * For general questions or discussion post in [Gitter](https://gitter.im/piotrmurach/tty) ###...

bug

### Describe the problem Perhaps more of a feature suggestion than a problem :) I noticed that when making a new app with `teletype`, it adds all of the 'tty'...

enhancement

``` $ teletype new test-cmd # remove todos from gemspec $ teletype add config ``` ``` $ rake 1) `test-cmd config` command executes `test-cmd help config` command successfully Failure/Error: output...

bug

I'm currently building a CLI with Teletype, which so far I'm loving - great work on the user experience of getting from zero to a decent CLI tool! One thing...

enhancement

adding `method_option :services, type: :boolean` causes tests (correctly) to fail: ``` 1) `test-cmd config` command executes `test-cmd help config` command successfully Failure/Error: expect(output).to eq(expected_output) expected: "Usage:\n test-cmd config\n\nOptions:\n -h, [--help],...

enhancement

> Reposted from tty-file, by request. > Thanks, John for reporting! > Does the contacts command already exist when you're trying to create contacts phonelist subcommand? Would it be possible...

It would be great to support banners. We use this a lot in our scripts. ![image](https://cloud.githubusercontent.com/assets/526195/13151338/527a5d3e-d62f-11e5-8804-57d16029946f.png)

enhancement

### Describe the change What does this Pull Request do? => Just fix the GitHub & Rubydoc URL of tty-pie on README.md ### Requirements - [ ] Tests written &...