We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c19e7 commit eb59038Copy full SHA for eb59038
crates/djls/src/commands.rs
@@ -1,4 +1,4 @@
1
-pub mod serve;
+mod serve;
2
3
use crate::args::Args;
4
use anyhow::Result;
crates/djls/src/lib.rs
@@ -6,8 +6,6 @@ use pyo3::prelude::*;
6
use std::env;
7
use std::process::ExitCode;
8
9
-pub use cli::Cli;
10
-
11
#[pyfunction]
12
fn entrypoint(_py: Python) -> PyResult<()> {
13
// Skip python interpreter and script path, add command name
0 commit comments