monochromegane / the_platinum_searcher

A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings.
MIT License
2.81k stars 141 forks source link

Options are different between Windows and Others. #173

Closed kashewnuts closed 7 years ago

kashewnuts commented 7 years ago

Problems summary

Options are different between windows and Others.

Env

Expected

I want you to unify the options between windows and Others, like -g.

The reproduce ways

  1. Start cmd.exe or terminal
  2. Run pt -h

Different command list

Screen shot

on Windows

onwindows

on Linux

onlinux

syohex commented 7 years ago

This is github.com/jessevdk/go-flags specification

kashewnuts commented 7 years ago

I see. This is the specification of go-flags.

vbauerster commented 7 years ago

@kashewnuts you can use this fork of go-flags, to fix options in windows.