Skip to content

Commit

Permalink
Production build
Browse files Browse the repository at this point in the history
Date version 2022.02.10
  • Loading branch information
chipnetics committed Feb 10, 2022
1 parent 11af7e9 commit 4fa6a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/windows/pval.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pval.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {

mut fp := flag.new_flag_parser(os.args)
fp.application('pval')
fp.version('v0.0.1\nCopyright (c) 2022 jeffrey -at- ieee.org. All rights reserved.\nUse of this source code (/program) is governed by an MIT license,\nthat can be found in the LICENSE file.')
fp.version('v2022.02.10\nCopyright (c) 2022 jeffrey -at- ieee.org. All rights reserved.\nUse of this source code (/program) is governed by an MIT license,\nthat can be found in the LICENSE file.')
fp.description('\nOutput pdf,cdf distribution from input.\nNote that columns are 0-index based.')
fp.skip_executable()
pivot_column_arg := fp.int('column', `c`, -1, 'Column index to generate distribution from')
Expand Down

0 comments on commit 4fa6a7a

Please sign in to comment.