Anders Janmyr
Anders Janmyr
I'd like to use `dex-method-list` to find all the test methods in my apk. Our tests, unfortunately, don't follow a convention that I can use to parse them out, instead...
- Category - [x] Question - [ ] Bug - [x] Suggestion - OS - [x] Linux - [x] macOS - [x] Windows - [x] Etc. - Vim - [x]...
Added every, filter, forEach, lastIndexOf, map, reduce, some to observableArray.
Chrome display an error when vAPI is not defined instead of just returning. Checking `window.vApi` instead of just `vAPI` prevents this error.
I don't know if the code in the markdown was intended to not work. If not, here's a fix to the code and to the warning.
``` cmd.Flags().StringVar(&src, "dir", "", "deprecated, use src") cmd.Flags().MarkDeprecated("dir", "dir has been renamed src") cmd.Flags().StringVar(&src, "src", "", "src directory or file") cmd.Flags().SetNormalizeFunc(aliasNormalizeFunc) ``` ``` $ go run . --dir=test Flag --src...