Document 'export' and provide better errors on module not found.

This commit is contained in:
KtorZ
2024-08-06 11:09:05 +02:00
parent e3b1cf1093
commit 8c121f6d97
4 changed files with 39 additions and 8 deletions

View File

@@ -4,6 +4,8 @@ use aiken_project::{options::Options, watch::with_project};
use std::path::PathBuf;
#[derive(clap::Args)]
/// Export a function as a standalone UPLC program. Arguments to the function can be applied using
/// `aiken apply`.
pub struct Args {
/// Path to project
directory: Option<PathBuf>,