Rename to crawlnicle

This commit is contained in:
2023-05-10 00:00:48 -04:00
parent ae8f15f19b
commit 6f364b4c44
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ use lib::models::feed::{create_feed, delete_feed, CreateFeed, FeedType};
use lib::models::item::{create_item, delete_item, CreateItem};
#[derive(FromArgs)]
/// CLI for crawlect
/// CLI for crawlnicle
struct Args {
#[argh(subcommand)]
commands: Commands,