AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Creation of version command #56

Closed CalebKendra closed 11 months ago

CalebKendra commented 11 months ago

This is @Jaclynpqc's work, with very minor touchups from me.

Creates the command chasten version in order to give off the version that is given to chasten from PyPi. At the time of writing, this command gives off the output chasten 1.1.0.

gkapfham commented 11 months ago

Hello @CalebKendra and @Jaclynpqc this PR currently has a failing build. Can you please investigate this issue and resolve it before I review the PR? Thanks!

CalebKendra commented 11 months ago

@gkapfham I accidentally broke the tool by accidentally force pushing to master, we need to restore an old commit

CalebKendra commented 11 months ago

Going to make a new branch in order to fix my master push mistake and recreate the version command