Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Rafficer/linux-cli-community
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JVallejos1776/linux-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    965e36a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Migrated from Docopt to ArgParse (#204)

    * Ported CLI to argparse, based on OO programming paradigm
    
    * Added descriptive comments
    
    * Updated usage string
    
    * Added logging
    
    * Updated exmaples
    
    * Removed function based CLI code
    
    * Removed docopt dependency
    
    * Added usage constant
    
    * Added back the PVPN_WAIT environment variable
    
    * Addressed Flake8 issues
    
    * Examples are now inline with the CLI
    
    * Removed unncesessary comment
    
    * Cleaned up code and improved readability
    
    * Removed dependencies still they are no longer needed
    
    * Updated inline command
    
    * Allow uppercase protocol with -p
    
    * Allign help message
    
    * Return missing -p to example
    
    Co-authored-by: Alexandru Cheltuitor <31934100+calexandru2018@users.noreply.github.com>
    Alexandru Cheltuitor and calexandru2018 authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    494ccd9 View commit details
    Browse the repository at this point in the history
Loading