Skip to content

Commit

Permalink
fix: dart doc
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Sep 28, 2023
1 parent 059dbf7 commit 153daf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/at_chops/example/at_chops_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import 'package:at_chops/at_chops.dart';
import 'package:at_chops/src/algorithm/at_algorithm.dart';
import 'package:encrypt/encrypt.dart';

/// Usage:
/// Using new key pairs created at runtime
/// dart run at_chops_example.dart
/// or
/// Using key pairs from atKeys file
/// dart run at_chops_example.dart <path_to_atkeys_file>
void main(List<String> args) async {
AtChops atChops;
if (args.isNotEmpty) {
Expand Down

0 comments on commit 153daf4

Please sign in to comment.