cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI for Unibeautify

Results 43 cli issues
Sort by recently updated
recently updated
newest added

This just happened: ```shell $ unibeautify --inplace --language markdown my-doc.md Language 'markdown' was not found. Did you mean: - Markdown ``` The “did you mean” is nifty, but a case-insensitive...

_From @cdfa on December 11, 2018 13:49_ **Is your feature request related to a problem? Please describe.** Yes, I was trying to get this working for a project where in...

enhancement

The VS Code extension already got the option to pass a default config file, if no config file is provided in the project itself. We could do the same in...

enhancement
help wanted

Invoke Code Climate in its own shell script We are adding Windows as a third OS to Travis CI, and the Code Climate reporter cannot run on Windows. With this...

I had to beautify a file over 5000 lines of code and it was really depressing to see no output at all. I killed the process a few seconds after...

It would make it way more comfortable if I could just pass a file or files and the CLI grabs itself the file language.

enhancement
help wanted

I'm late with these comments, but anyway, the issue of subcommands needs some long-term thinking. On one hand, it's nice to be able to do just `unibeautify file.c`. On the...

enhancement
help wanted

Continuing from https://github.com/Unibeautify/unibeautify-cli/issues/82#issuecomment-426633766 > The file descriptor support seemed weird at first but it's starting to grow on me. Tempfiles are the bane of inter-process communication. It's much cleaner to...

enhancement

You seem to be doing a Windows build of [core](https://github.com/Unibeautify/unibeautify) in AppVeyor, which is great. Would it be possible to set up a Windows build of the CLI too? I...

enhancement
help wanted
good first issue

I understood the `.unibeautifyrc` format is being changed so that beautifiers must always be given explicitly, meaning that there are no default beautifiers. This should probably be reflected in the...