reinfer-cli 0.21.1

Command line interface for Re:infer, the conversational data intelligence platform
1
2
3
4
5
6
7
8
9
10
11
mod common;

mod test_buckets;
mod test_comments;
mod test_datasets;
mod test_projects;
mod test_sources;

use common::TestCli;
use test_datasets::TestDataset;
use test_sources::TestSource;