diff options
author | icebaker <icebaker@proton.me> | 2023-05-11 19:24:50 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-11 19:24:50 -0300 |
commit | ec5e25547a401141586c87621266f9cd68c59e3c (patch) | |
tree | 547b3c7fa04c9e695785b9beeda0be5a4a77b006 /ports/dsl/nano-bots/cli.rb |
first commit
Diffstat (limited to 'ports/dsl/nano-bots/cli.rb')
-rw-r--r-- | ports/dsl/nano-bots/cli.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/dsl/nano-bots/cli.rb b/ports/dsl/nano-bots/cli.rb new file mode 100644 index 0000000..3212db6 --- /dev/null +++ b/ports/dsl/nano-bots/cli.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +require 'nano-bots' + +NanoBot.cli |