2
いくつかのPosixフラグを設定できるコンソールアプリケーションを作成しています。posixフラグの命名規則
これは私が現在使用しているものです。旗の単語をダッシュで連結されています
-p, --broker-port int Broker Port (default 1883)
-u, --broker-url string Broker URL (default "localhost")
-c, --client-id string MQTT Client Id
-r, --room string Room where sensor is located (default "myroom")
-f, --floor string Floor, where room is located (default "basement")
私もPFLAGSを連結するためにキャメルケースを使用してアプリケーションを見てきましたが。
公式GNU coding standardは、posixフラグの単語を連結する方法を指定していません。
正しい方法はありますか?
おかげ