All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.git.GitSamples.kt Maven / Gradle / Ivy

There is a newer version: 0.0.88
Show newest version
package pl.mareklangiewicz.kommand.git

import pl.mareklangiewicz.annotations.DelicateApi
import pl.mareklangiewicz.kommand.samples.*

@OptIn(DelicateApi::class)
data object GitSamples {
  val hash = gitHash() s "git rev-parse HEAD"
  val help = gitHelp() s "git help"
  val helpLog = gitHelp("log") s "git help log"
  val helpOption = git { -GitOpt.Help } s "git --help"
  val version = git { -GitOpt.Version } s "git --version"
  val status = gitStatus() s "git status"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy