We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-S
1 parent a9d4268 commit cd557c7Copy full SHA for cd557c7
1 file changed
lib/voting_session.js
@@ -29,6 +29,7 @@ export default class VotingSession extends Session {
29
this.abstain = abstain;
30
this.closeVote = argv['decrypt-key-part'];
31
this.postComment = argv['post-comment'];
32
+ this.gpgSign = argv['gpg-sign'];
33
}
34
35
get argv() {
0 commit comments