Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellBerend committed Oct 6, 2022
1 parent 0194010 commit 5775384
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utility/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ pub async fn run_logs(
session: openssh::Session,
container_id: String,
flags: LogsFlags,
//details: bool,
//follow: bool,
//since: Option<String>,
//tail: Option<String>,
//timestamps: bool,
//until: Option<String>,
) -> Result<String, openssh::Error> {
let mut command: Vec<String> = vec!["docker".into(), "logs".into()];

Expand Down

0 comments on commit 5775384

Please sign in to comment.