d-enk

Results 56 comments of d-enk

Nevertheless `Select indentation` has no effect

also, looks like need a `Lua.typeFormat.enable` option

But what if I don’t want to disable this for another lua formatter?

hm, i use [stylua](https://github.com/JohnnyMorganz/StyLua) or what you mean by 'fully functional'?

```bash #!/bin/bash echo "$@" >>/tmp/selene.txt selene "$@" ``` this hack let me see that there is only one call `--version`

[tarantoolscript](https://github.com/vitaliy-art/tarantoolscript)

@psergee why not? https://github.com/tarantool/tt/blob/956c5cdd717ba1a4526224ad3e252fed807641ed/cli/connect/console.go#L283-L287

In my scenario, it is convenient to use some handler that will be executed for each result (interception and modification) of executing a console command. Basically just a custom output....

Unknown flag with non zero code ```bash tt --unknown; echo $? ``` ``` Error: unknown flag: --unknown USAGE tt [flags] [command flags] ... Use "tt --help" for more information about...