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
https://github.com/BUAA-SE-Compiling/c0-handbook/blame/5173fad3737167acda7719b4ff82be80d9ba6eb9/README.md#L53
这里定义的接口形式中,[options] 项里包含了 [-o file],貌似去掉一个会更明确一些。
[options]
[-o file]
PS. 希望能够去掉 [options] 外面的那个,因为 Go 的 fmt package 要求位置参数放在标记参数(flags)的后面…
fmt
The text was updated successfully, but these errors were encountered:
的确有一点怪
但是这个时候可能部分人都写完了,再考虑到很多人从来不过来看issue,临时改不太合适。
你可以按 -o 在前面处理,到时候说一下就行
Sorry, something went wrong.
No branches or pull requests
https://github.com/BUAA-SE-Compiling/c0-handbook/blame/5173fad3737167acda7719b4ff82be80d9ba6eb9/README.md#L53
这里定义的接口形式中,
[options]
项里包含了[-o file]
,貌似去掉一个会更明确一些。PS. 希望能够去掉
[options]
外面的那个,因为 Go 的fmt
package 要求位置参数放在标记参数(flags)的后面…The text was updated successfully, but these errors were encountered: