We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
파일 경로에 - 가 있는 경우 파일로 저장되지 않음
-
정상
$ wc -l docs/http.txt | cut -d " " -f 1 | ~/go/bin/gee -debug 33.txt [DEBUG][MSG] Running on Debug mode [DEBUG][FILES] [33.txt] [DEBUG][MSG] Starting gee 1132841 [DEBUG][MSG] Finish gee, graceful shutdown...
비정상
$ wc -l docs/http.txt | cut -d " " -f 1 | ~/go/bin/gee -debug 3-3.txt [DEBUG][MSG] Running on Debug mode [DEBUG][FILES] [] [DEBUG][MSG] Starting gee 1132841 [DEBUG][MSG] Finish gee, graceful shutdown...
특수문자 별로 모두 테스트해봤고, - 만 현상재현
The text was updated successfully, but these errors were encountered:
이유는.. flag에서 -가 들어간 문자를 옵션으로 처리하려고 하는 것 같음.. 다만 맞다면 파싱 에러가 나야하는데..
Sorry, something went wrong.
421f2e2
No branches or pull requests
파일 경로에
-
가 있는 경우 파일로 저장되지 않음정상
비정상
특수문자 별로 모두 테스트해봤고,
-
만 현상재현The text was updated successfully, but these errors were encountered: