File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424
2525//Check if the user wants to set new config-values
2626bool requestsConfigUpdate = false ;
27- Parser . Default . ParseArguments < CommandLineConfigOptions > ( args )
28- . WithParsed ( o =>
27+ Parser . Default . ParseArguments < CommandLineConfigOptions , CommandLineShareOptions > ( args )
28+ . WithParsed < CommandLineConfigOptions > ( o =>
2929 {
3030 requestsConfigUpdate = true ;
3131 } ) ;
Original file line number Diff line number Diff line change 1212 <Title >Quickshare</Title >
1313 <Authors >TopperDEL</Authors >
1414 <Company >TopperDEL</Company >
15- <Version >1.0.0 </Version >
16- <PackageReleaseNotes >Release v1.0.0 !
15+ <Version >1.0.1 </Version >
16+ <PackageReleaseNotes >Release v1.0.1 !
1717Supports Windows, Linux and MacOS</PackageReleaseNotes >
1818 <Description >This package lets you share files quickly by leveraging Storj DCS.</Description >
1919 <Copyright >2022 TopperDEL</Copyright >
You can’t perform that action at this time.
0 commit comments