Grisha Levit

Results 5 issues of Grisha Levit

`_parse_help` only takes a single parameter (which is then splits) for the options that it invokes the tool with, so `curl` was being invoked with just `--help`, not with `--help...

This adds completion to the common invocation forms of: bind 'set variable-name value' and bind '"keyseq":function-name' A little tricky because the whole argument is likely to be quoted and/or has...

As specified currently in setup.py with ```python config['data_files'] = [('', ['LICENSE'])] ``` this gets installed right into `sys.prefix` (or causes an error with homebrew python): ``` $ pip install anytree...

Since `trackId` is an `Int` and can be a number greater than `Int32.max`, it should be printed with the `%ld` [format specifier](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html#//apple_ref/doc/uid/TP40004265-SW5). Fixes https://github.com/mas-cli/mas/issues/478

## Your Environment - `mas version`: 1.8.6 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 13.0 (22A380) ### mas Install Method - [X] `brew install mas` (homebrew-core) ## Describe the Bug...

🐛 bug