Skip to content

Commit

Permalink
[ Edit ] exposed docs links for the convenable commands, 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Oct 5, 2023
1 parent 35cf93e commit af596ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Binary file modified bin/langsync.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ class InfoCommand extends Command<int> {
final apiKey = configBox.get('apiKey') as String?;

if (apiKey == null) {
logger.info(
'You are not authenticated, please provide an API key to authenticate, see Docs',
);
logger
..info(
'You are not authenticated, please provide an API key to authenticate.')
..docsInfo(path: '/cli-usage/auth');

return ExitCode.usage.code;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '0.8.2';
const packageVersion = '0.8.3';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langsync
description: A Very Good Project created by Very Good CLI.
version: 0.8.2
version: 0.8.3
publish_to: none

environment:
Expand Down

0 comments on commit af596ef

Please sign in to comment.