We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d9c33 commit bfbced1Copy full SHA for bfbced1
bin/solid.js
@@ -19,7 +19,7 @@ initConfig();
19
program
20
.name('solid')
21
.description('Utility toolings for interacting with a Solid server.')
22
- .version('0.6.3')
+ .version('0.6.4')
23
.enablePositionalOptions()
24
.option('-a, --auth <string>', 'token | interactive | request | none - Authentication type (defaults to "request")')
25
// .option('-i, --idp <string>', 'URL of the Solid Identity Provider')
0 commit comments