Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 80e55ef8ba5b51eff6477d465b4326d94388ebf0
  • master par défaut protégée
  • rust-playlist-sync
  • rust
  • fix-qt-deprecated-qvariant-type
  • fix-mpris-qtwindow-race-condition
  • rust-appimage-wayland
  • windows-build-rebased
  • v2.5 protégée
  • v2.4 protégée
  • v2.3-1 protégée
  • v2.3 protégée
  • v2.2 protégée
  • v2.1 protégée
  • v2.0 protégée
  • v1.8-3 protégée
  • v1.8-2 protégée
  • v1.8-1 protégée
  • v1.8 protégée
  • v1.7 protégée
  • v1.6 protégée
  • v1.5 protégée
  • v1.4 protégée
  • v1.3 protégée
  • v1.2 protégée
  • v1.1 protégée
  • v1.0 protégée
27 résultats

.clang-format

  • Kubat's avatar
    a858b596
    LKT & CMD: Handle in a more cleaner way the options for cmd.h · a858b596
    Kubat a rédigé
    Name those options 'env', as they are global options that are common to
    all the commands (normally). Not using the POSIX env for now for that,
    but they are setted in a same-fashion way:
    
    lkt port=6601 queue 10
        \         \     \_ options passed to the command
         \         \______ the commands
          \_______________ the env, or global options
    LKT & CMD: Handle in a more cleaner way the options for cmd.h
    Kubat a rédigé
    Name those options 'env', as they are global options that are common to
    all the commands (normally). Not using the POSIX env for now for that,
    but they are setted in a same-fashion way:
    
    lkt port=6601 queue 10
        \         \     \_ options passed to the command
         \         \______ the commands
          \_______________ the env, or global options