mirror of
https://github.com/talwat/lowfi
synced 2025-09-10 02:30:46 +00:00
chore: remove useless internal doc
This commit is contained in:
parent
de0ace8525
commit
11949188d4
@ -75,6 +75,7 @@ enum Commands {
|
||||
#[cfg(feature = "scrape")]
|
||||
Scrape {
|
||||
// The source to scrape from.
|
||||
#[clap(long, short)]
|
||||
source: scrapers::Source,
|
||||
},
|
||||
}
|
||||
@ -96,7 +97,6 @@ async fn main() -> eyre::Result<()> {
|
||||
|
||||
if let Some(command) = cli.command {
|
||||
match command {
|
||||
// TODO: Actually distinguish between sources.
|
||||
#[cfg(feature = "scrape")]
|
||||
Commands::Scrape { source } => match source {
|
||||
Source::Archive => scrapers::archive::scrape().await?,
|
||||
|
@ -159,8 +159,6 @@ impl Window {
|
||||
/// The code for the terminal interface itself.
|
||||
///
|
||||
/// * `minimalist` - All this does is hide the bottom control bar.
|
||||
/// * `borderless` - Whether to include borders or not.
|
||||
/// * `width` - The width of player
|
||||
async fn interface(
|
||||
player: Arc<Player>,
|
||||
minimalist: bool,
|
||||
|
Loading…
x
Reference in New Issue
Block a user